-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dts: bindings: espi: Change the property names in the DTS #86333
base: main
Are you sure you want to change the base?
Conversation
doc/releases/migration-guide-4.1.rst
Outdated
* Renamed the devicetree property ``io_girq`` to ``io-girq``. | ||
* Renamed the devicetree property ``vw_girqs`` to ``vw-girqs``. | ||
* Renamed the devicetree property ``pc_girq`` to ``pc-girq``. | ||
* Renamed the devicetree property ``poll_timeout`` to ``poll-timeout``. | ||
* Renamed the devicetree property ``poll_interval`` to ``poll-interval``. | ||
* Renamed the devicetree property ``consec_rd_timeout`` to ``consec-rd-timeout``. | ||
* Renamed the devicetree property ``sus_chk_delay`` to ``sus-chk-delay``. | ||
* Renamed the devicetree property ``sus_rsm_interval`` to ``sus-rsm-interval``. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
heya, afraid these will have to go in 4.2, late in the RC to keep changing these, sorry
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure. I once considered including it in section 4.2, but when I saw the completely empty migration guide, well, you know what I mean.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah not a fan of having the 4.2 file in 4.1 to be totally honest, I think it's confusing, but that's what we decided to do... shrug
Rename the following properties in bindings and DTS: -- io_girq =>io-girq -- vw_girqs => vw-girqs -- pc_girq => pc-girq -- poll_timeout => poll-timeout -- poll_interval => poll-interval -- consec_rd_timeout => consec-rd-timeout -- sus_chk_delay => sus-chk-delay -- sus_rsm_interval => sus-rsm-interval Signed-off-by: James Roy <[email protected]>
Add the following property renaming entries to the migration: * io_girq * vw_girqs * pc_girq * poll_timeout * poll_interval * consec_rd_timeout * sus_chk_delay * sus_rsm_interval Signed-off-by: James Roy <[email protected]>
12da66e
to
24af262
Compare
Rename the following properties in bindings and DTS:
-- io_girq =>io-girq
-- vw_girqs => vw-girqs
-- pc_girq => pc-girq
-- poll_timeout => poll-timeout
-- poll_interval => poll-interval
-- consec_rd_timeout => consec-rd-timeout
-- sus_chk_delay => sus-chk-delay
-- sus_rsm_interval => sus-rsm-interval